xref: /haiku/src/data/settings/tracker_new_templates/C++ header (revision eee9114c2de7c1441a4c81e208a4c182fd513893)
1/*
2 * Copyright 2018, Your Name <your@email.address>
3 * All rights reserved. Distributed under the terms of the MIT license.
4 */
5#ifndef _H
6#define _H
7
8
9#include <SupportDefs.h>
10
11
12class {
13public:
14
15private:
16
17};
18
19
20#endif // _H
21